summaryrefslogtreecommitdiffstats
path: root/src/common/fs/fs_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/fs/fs_types.h')
-rw-r--r--src/common/fs/fs_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/fs/fs_types.h b/src/common/fs/fs_types.h
index 5a4090c19..900f85d24 100644
--- a/src/common/fs/fs_types.h
+++ b/src/common/fs/fs_types.h
@@ -66,6 +66,6 @@ DECLARE_ENUM_FLAG_OPERATORS(DirEntryFilter);
* @returns A boolean value.
* Return true to indicate whether the callback is successful, false otherwise.
*/
-using DirEntryCallable = std::function<bool(const std::filesystem::path& path)>;
+using DirEntryCallable = std::function<bool(const std::filesystem::directory_entry& entry)>;
} // namespace Common::FS